home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 363_01 / moveq.asm < prev    next >
Encoding:
Assembly Source File  |  1991-12-15  |  295 b   |  10 lines

  1.         moveq   #-129,d0    constant exceeds 8 bits
  2.         moveq   #-128,d0
  3.         moveq   #-0,d0
  4.         moveq   #0,d0
  5.         moveq   #127,d0
  6.         moveq   #255,d0
  7.         moveq   #256,d0     constant exceeds 8 bits
  8.         moveq   #$abcd,d0   constant exceeds 8 bits
  9.         end
  10.